home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / contrib / dvx / demos / muncher / makefile < prev    next >
Encoding:
Makefile  |  1993-07-15  |  121 b   |  8 lines

  1.  
  2. muncher.exe : 
  3.         gcc -o muncher muncher.c -lx -lsys
  4.         strip muncher
  5.     aout2exe muncher
  6.     del muncher
  7.  
  8.